Week 7–8: Linear Programming
نویسنده
چکیده
A linear program (LP for short) is an optimization problem in which the constraints are linear inequalities and equalities, and the objective function is also linear. There are many equivalent standard forms for LPs. We will use the following form for a maximization problem: max cx s.t. Ax ≤ b x ≥ 0 Let us explain the notation a bit. Here A is an m× n matrix (i.e. m constraints and n variables) and b is an m× 1 column vector; c is an n× 1 column vector which encodes the objective function and cT is its transpose; x is an n× 1 column vector which contains the variables we are optimizing over. The inequalities between vectors mean that the inequality should hold in all coordinates simultaneously. The value of this LP is the minimum value of the objective cTx achieved subject to x satisfying the constraints. Any value of x that satisfies the constraints x ≥ 0 and Ax ≤ b is called feasible. The set of feasible x is called the feasible set or feasible region of the LP. When the feasible set is empty, the LP is called infeasible. The maximum value of the objective cTx over feasible x is the optimal value of the LP. If this maximum is infinity, i.e. for any t ∈ R there exists a feasible x s.t. cTx ≥ t, then the LP is called unbounded.
منابع مشابه
Branch-and-Cut Algorithms for Combinatorial Optimization and Their Implementation in ABACUS
Branch-and-cut (-and-price) algorithms belong to the most successful techniques for solving mixed integer linear programs and combinatorial optimization problems to optimality (or, at least, with certified quality). In this unit, we concentrate on sequential branch-and-cut for hard combinatorial optimization problems, while branch-and-cut for general mixed integer linear programming is treated ...
متن کاملAn L1-norm method for generating all of efficient solutions of multi-objective integer linear programming problem
This paper extends the proposed method by Jahanshahloo et al. (2004) (a method for generating all the efficient solutions of a 0–1 multi-objective linear programming problem, Asia-Pacific Journal of Operational Research). This paper considers the recession direction for a multi-objective integer linear programming (MOILP) problem and presents necessary and sufficient conditions to have unbounde...
متن کاملFuzzy linear regression model with crisp coefficients: A goal programming approach
The fuzzy linear regression model with fuzzy input-output data andcrisp coefficients is studied in this paper. A linear programmingmodel based on goal programming is proposed to calculate theregression coefficients. In contrast with most of the previous works, theproposed model takes into account the centers of fuzzy data as animportant feature as well as their spreads in the procedure ofconstr...
متن کاملA bi-level linear programming problem for computing the nadir point in MOLP
Computing the exact ideal and nadir criterion values is a very important subject in multi-objective linear programming (MOLP) problems. In fact, these values define the ideal and nadir points as lower and upper bounds on the nondominated points. Whereas determining the ideal point is an easy work, because it is equivalent to optimize a convex function (linear function) over a con...
متن کاملTarget setting in the process of merging and restructuring of decision-making units using multiple objective linear programming
This paper presents a novel approach to achieving the goals of data envelopment analysis in the process of reconstruction and integration of decision-making units by using multiple objective linear programming. In this regard, first, we review inverse data envelopment analysis models for data reconstruction and integration. We present a model with multi-objective linear programming structure in...
متن کاملFirst step immersion in interval linear programming with linear dependencies
We consider a linear programming problem in a general form and suppose that all coefficients may vary in some prescribed intervals. Contrary to classical models, where parameters can attain any value from the interval domains independently, we study problems with linear dependencies between the parameters. We present a class of problems that are easily solved by reduction to the classi...
متن کامل